Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add parallel benchmarks #34

Merged
merged 1 commit into from
Nov 14, 2017
Merged

Add parallel benchmarks #34

merged 1 commit into from
Nov 14, 2017

Conversation

prashantv
Copy link
Collaborator

Atomic operations tend to be fast when there's no contention but get a
lot slower with contention, so add tests which run the same stress test
in parallel.

Current benchmark results on my laptop:
https://gist.github.com/prashantv/babbdbd9e41b0b04ad29a510be513d79

Atomic operations tend to be fast when there's no contention but get a
lot slower with contention, so add tests which run the same stress test
in parallel.
@codecov
Copy link

codecov bot commented Nov 14, 2017

Codecov Report

Merging #34 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #34   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           2      2           
  Lines         118    118           
=====================================
  Hits          118    118

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0ee2c2d...23314e4. Read the comment docs.

@prashantv prashantv merged commit 54e9e20 into master Nov 14, 2017
@prashantv prashantv deleted the bench_parallel branch November 14, 2017 19:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants